SlaveDiagnostics.LinkPreset property

Reports the expected physical link on ports 1, 2, and 3 of a slave. The processing order is port 0→3→1→2. m

Bit Description
0 Port 1 expects a link to an EtherCAT slave (if = 0 and bit.4 = 1, port 1 expects connection to secondary master adapter for redundancy purposes).
1 Port 2 expects a link to an EtherCAT slave (if = 0 and bit.5 = 1, port 2 expects connection to secondary master adapter for redundancy purposes).
2 Port 3 expects a link to an EtherCAT slave (if = 0 and bit.6 = 1, port 3 expects connection to secondary master adapter for redundancy purposes).
3 Reserved.
4 Port 1 expects physical link.
5 Port 2 expects physical link.
6 Port 3 expects physical link.
7 Reserved.
Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public byte LinkPreset { get; }
Public ReadOnly Property LinkPreset As Byte

Property value

Type: byte

See also

SlaveDiagnostics Class

IntervalZero.KINGSTAR.Base.Api Namespace